body {
    background: url(../Imagenes/fondo2.png) repeat;
    color: black; 
}

header {
    margin: 30px;
    padding: 5px;
    background-color: floralwhite;
    color: black;
    opacity: 0.6;
    border-radius: 30px;
    text-align: center;
    font-size: 12pt; 
}

#contenido {
    margin-left: 20px; 
}

h2 { 
    font-size: 20pt; 
    text-shadow: -2px 3px darkgray;
}

h3 {
    font-size: 17pt; 
    text-shadow: -2px 3px darkgray;
}

iframe#paraelisa{
    display: block; 
    margin-left: 30px; 
    border-width: 5px; 
    border-color: gray; 
}

img#piano{
    border-radius: 50px;
    opacity: 0.8;
    display: block; 
    margin-left: 30px; 
    width: 420px; 
    height: 350px; 
}

img#conser{
    display: block; 
    margin-left: 30px; 
    border-radius: 10px;
}

li{
    font-family: "sans-serif"; 
    font-size: 13pt;
    text-align: justify;
    font-weight: bold;
    text-shadow: -2px 5px lightgray;
    text-indent: 30px; 
    margin-right: 30px;
}

footer{
    position: fixed;
    bottom: 0px;
    left: 0px;
    background-color: dimgray;
    width: 100%; 
    height: 4em;
    
}

footer a{
    text-align: center; 
    font-family: "sans-serif";
    margin-left: 30px;
    color: white; 
      
}